projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e882e7a
)
Fix failing echo-server-nowait test
author
Ken Brown
<kbrown@cornell.edu>
Tue, 24 May 2016 19:52:41 +0000
(15:52 -0400)
committer
Ken Brown
<kbrown@cornell.edu>
Tue, 24 May 2016 19:55:03 +0000
(15:55 -0400)
* test/lisp/net/network-stream-tests.el (echo-server-nowait):
Specify IPv4 for the client, to match the family of the server.
(Bug#23606)
test/lisp/net/network-stream-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/network-stream-tests.el
b/test/lisp/net/network-stream-tests.el
index c9b7cc71b2e85a9bf3c2c6a4d27a88c7def9ce59..f30c92a1de5b3c18e96232cee6c6dcc84d406f52 100644
(file)
--- a/
test/lisp/net/network-stream-tests.el
+++ b/
test/lisp/net/network-stream-tests.el
@@
-145,6
+145,7
@@
:buffer (generate-new-buffer "*foo*")
:host "localhost"
:nowait t
+ :family 'ipv4
:service port)))
(should (eq (process-status proc) 'connect))
(while (eq (process-status proc) 'connect)